(HAVE_SYS__MBSTATE_T_H): Fix typo.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:18:42 +0000 (05:18 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:18:42 +0000 (05:18 +0000)
src/strftime.c

index 123763d8845ea9155f1c71781cab67c712f7ca1a..88800c0d408e225b0739971f45f5e5fbc653fe5c 100644 (file)
@@ -69,9 +69,9 @@ extern char *tzname[];
 #if DO_MULTIBYTE
 # if HAVE_MBRLEN
 #  include <wchar.h>
-#   ifdef HAVE_SYS__MBSTATE_H  /* previously tested __hpux */
-#     include <sys/_mbstate_t.h>
-#   endif
+#  ifdef HAVE_SYS__MBSTATE_T_H       /* previously tested __hpux */
+#   include <sys/_mbstate_t.h>
+#  endif
 #  if !defined (mbsinit) && !defined (HAVE_MBSINIT)
 #   define mbsinit(ps) 1
 #  endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */